home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00281.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  451 b   |  17 lines

  1. on exitFrame
  2.   global end, vidCredits, Hand, viewed
  3.   if the movieTime of sprite 5 < end then
  4.     go(the frame - 1)
  5.   else
  6.     set the movieRate of sprite 5 to 0
  7.     set the cursor of sprite 20 to Hand
  8.     set viewed to 1
  9.     if vidCredits > 0 then
  10.       put vidCredits & " VIDEO CREDITS LEFT. NEXT SCENE?" into field "TEXTBOX"
  11.     else
  12.       put vidCredits & " VIDEO CREDITS. GET MORE?" into field "TEXTBOX"
  13.     end if
  14.     go(the frame)
  15.   end if
  16. end
  17.